home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #8 / CD 8 (Black) - 2001.iso / Tools / Uninstall Manager / um321.exe / SETUP.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  2000-10-21  |  1.2 KB  |  61 lines

  1. object Form1: TForm1
  2.   Left = 199
  3.   Top = 126
  4.   BorderStyle = bsNone
  5.   Caption = 'Setup'
  6.   ClientHeight = 342
  7.   ClientWidth = 500
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poDefault
  16.   WindowState = wsMaximized
  17.   OnCreate = FormCreate
  18.   OnPaint = FormPaint
  19.   OnResize = FormResize
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 104
  24.     Top = 104
  25.     Width = 265
  26.     Height = 73
  27.     TabOrder = 0
  28.     Visible = False
  29.     object Label1: TLabel
  30.       Left = 96
  31.       Top = 8
  32.       Width = 65
  33.       Height = 16
  34.       Caption = 'Copying ....'
  35.       Font.Charset = DEFAULT_CHARSET
  36.       Font.Color = clBlack
  37.       Font.Height = -13
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       ParentFont = False
  41.     end
  42.     object ProgressBar1: TProgressBar
  43.       Left = 16
  44.       Top = 40
  45.       Width = 233
  46.       Height = 16
  47.       Min = 0
  48.       Max = 100
  49.       TabOrder = 0
  50.     end
  51.   end
  52.   object DDEClient: TDdeClientConv
  53.     DdeService = 'ProgMan'
  54.     Left = 416
  55.     Top = 16
  56.     LinkInfo = (
  57.       'Service ProgMan'
  58.       'Topic ')
  59.   end
  60. end
  61.